var testing.fullPath

3 uses

	testing (current package)
		testing.go#L481: 	fullPath = flag.Bool("test.fullpath", false, "show full file names in error messages")
		testing.go#L513: 	fullPath             *bool
		testing.go#L1071: 		if *fullPath {